home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / tcppt3.zip / README.PAT < prev    next >
Text File  |  1991-06-21  |  799b  |  26 lines

  1.  
  2. (TCPPT3) Patches to Turbo C++ v1.00, v1.01 and Turbo C++ 2nd. Edition
  3. =====================================================================
  4.  
  5. This patch fixes the two istream problems in Turbo C++ versions 1.00,
  6. 1.01, and Turbo C++ 2nd. Edition:
  7.    - The istream::getline function including the delimiter character in the
  8.      buffer.
  9.    - The cin >> operator not correctly detecting and handling EOF.
  10.  
  11. Run Time Libraries
  12. ==================
  13. To patch the Turbo C++ Libraries:
  14.  
  15.     - Place all files extracted from tcppt3.zip with the exception of this
  16.       one in the same directory as your run-time libraries (normally
  17.       \TC\LIB).
  18.  
  19.     - Ensure that TLIB.EXE is in your path or place TLIB.EXE in the same
  20.       directory as the above files.
  21.  
  22.     - Run tcpp3t.bat
  23.  
  24. jms
  25.  
  26.